projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01fd07
)
(save-place-kill-emacs-hook): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Apr 1994 12:04:19 +0000
(12:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Apr 1994 12:04:19 +0000
(12:04 +0000)
lisp/saveplace.el
patch
|
blob
|
history
diff --git
a/lisp/saveplace.el
b/lisp/saveplace.el
index 3666c47c841db4634c6678a822b6a25d780ed297..c2927526eaf9020c3e9b6ed448111d4bd2a811a6 100644
(file)
--- a/
lisp/saveplace.el
+++ b/
lisp/saveplace.el
@@
-182,7
+182,7
@@
To save places automatically in all files, put this in your `.emacs' file:
;; and make sure it will be saved again for later
(setq save-place t)))))
-(defun save-place-kill-emacs-hook
+(defun save-place-kill-emacs-hook
()
(save-places-to-alist)
(save-place-alist-to-file))